home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / dailyr11.zip / CO11.TXT < prev    next >
Text File  |  1993-04-01  |  2KB  |  125 lines

  1. EVNT 0 "CalcMap" "CalcMap" ;
  2. ESEQ ;
  3.       "0"                    3;
  4.     "1"                    4;
  5.     "2"                    5;
  6.     "3"                    6;
  7.     "4"                    7;
  8.     "5"                    8;
  9.     "6"                    9;
  10.     "7"                    10;
  11.     "8"                    11;
  12.     "9"                    12;
  13.     "."                                     14;
  14.     "+"                                     15;
  15.     "-"                                     16;
  16.     "*"                                     17;
  17.     "="                                     19;
  18. END
  19.  
  20. MENU 2 "window"
  21. "Window Ops";
  22. ;
  23. ;
  24. "WndOps";
  25. ;
  26. ;
  27. + "Move";
  28. + "Size";
  29. + "Minimize";
  30. + "Maximize";
  31. ! "\003" ;
  32. + "Close";
  33. END
  34.  
  35. MENU 3 "titlebar"
  36. "titlebar";
  37. ;
  38. ;
  39. ;
  40. ;
  41. ;
  42. + "\001Info"           M "Company";
  43. + "\001DailyRoutine"   M "DailyRoutine";
  44. + "\001Utilities"      M "Utilities";
  45.  
  46.     MENU 0 "Company"
  47.     "Company";
  48.     ;
  49.     ;
  50.     ;
  51.     ;
  52.     ;
  53.     + "\001Registration "  I "Regis000";
  54.     + "\001Quit "         I "ProgramExit";
  55.     END
  56.  
  57.     MENU  0 "DailyRoutine"
  58.     "DailyRoutine";
  59.     ;
  60.     ;
  61.     ;
  62.     ;
  63.     ;
  64.     + "\001AddressBook"       I "AddressBook";
  65.     + "\001Scheduler"         I "Scheduler";
  66.     END
  67.  
  68.     MENU 0 "Utilities"
  69.     "Utilities";
  70.     ;
  71.     ;
  72.     ;
  73.     ;
  74.     ;
  75.     + "\001TimeZone"       I "TimeZoneOn";
  76.     + "\001Print Report"   I "PrintOneOn";
  77.     + "\001Calculator"     I "Calculator";
  78.     END
  79.  
  80. MENU 0 "TE"
  81. "Textedit" ;
  82. ;
  83. ;
  84. "TEMain" ;
  85. ;
  86. ;
  87. + " Edit... "     M "TEEdit" ;
  88. + " Search... " M "TESearch" ;
  89. + " Fonts..."     I "Font Choose" ;
  90. ! "\003" ;
  91. + " Open "         D 5 ;
  92. + " Insert "     D 4;
  93. + " Save "         D 1;
  94. + " Save As"     D 2;
  95. + " Close "     D 3;
  96. END
  97.  
  98.     MENU 0 "TEEdit"
  99.     "Edit" ;
  100.     ;
  101.     ;
  102.     "TEEdit";
  103.     ;
  104.     ;
  105.     + " Cut "         D 1;
  106.     + " Copy "         D 2;
  107.     + " Paste "     D 3;
  108.     + " Clear "     D 4;
  109.     + " Select All" D 5;
  110.     + " Time/Date " D 6;
  111.     + " Line Wrap " D 7;
  112.     END
  113.  
  114. MENU 0 "TESearch"
  115. "Search" ;
  116. ;
  117. ;
  118. ;
  119. ;
  120. ;
  121. + " Find "         I "TEFind";
  122. + " Find Next " I "TEFindNext" ;
  123. END
  124.  
  125.